home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 5 / The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO / amiga / rxdssp14.lha / SHORT < prev   
Text File  |  1994-03-17  |  862b  |  28 lines

  1. Short: ARexx function lib for V37+ functions (ReadArgs, pattern matching, etc. )
  2. Type: util/rexx
  3. Uploader: htgoebel@cip.informatik.uni-erlangen.de
  4. Author: htgoebel@cip.informatik.uni-erlangen.de
  5.  
  6.  
  7.                 RexxDosSupport.library 1.4
  8.                 ==========================
  9.  
  10.             Copyright (C) 1994 by hartmut Goebel
  11.  
  12.  
  13.    After programming ARexx script for quite a while, I missed some
  14.    function found in dos.library --  especially access to
  15.    environment variables and the comfortable argument parsing. Since
  16.    there seamed to be no ARexx function library which implements
  17.    this functions, I decited to write my own. And here it is.
  18.  
  19.    This are the functions handled by this library.
  20.  
  21.    ╖ ReadArgs()
  22.    ╖ GetVar(), SetVar(), DeleteVar()
  23.    ╖ ParsePattern() MatchPattern() - even case-insensitive
  24.    ╖ Fault()
  25.  
  26.    Enjoy it!
  27.    +++hartmut
  28.